home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
applications
/
patch
/
ps3b01.lha
/
3.0bupdate
/
Macros.LHA
/
PLmath.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-09-20
|
336 b
|
13 lines
/* $VER: PLmath.rexx 1.0 (02.9.94)
Copyright 1994 Soft-Logik Publishing Corporation
May not be distributed without Soft-Logik Publishing Corporation's express written permission */
address PAGELINER
options results
'getarea'
IF rc=0 THEN DO
equation=RESULT
interpret "answer = "equation
'text' answer
END